home *** CD-ROM | disk | FTP | other *** search
/ Immoral Angel 1 / Immoral Angel 1.iso / pc / program / play.dxr / 00091_closeHelp,up.ls < prev    next >
Encoding:
Text File  |  1997-07-11  |  138 b   |  10 lines

  1. on mouseDown
  2.   global status
  3.   if button2() then
  4.     eracemenudownbutton()
  5.     unLoad()
  6.     set status to EMPTY
  7.     playqt()
  8.   end if
  9. end
  10.